
p.priceÑ {
    position: relative;
    left: 100px;
    top: -100px;
    color: #000;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    width: 165px;
    height: 98px;
    text-align: center !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    margin: -160px auto 30px;
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 19%
}

span.discountÑ {
    display: block;
    margin-top: 9px;
    font-size: 18px
}

/*.Wheel_input {*/
/*    margin: 0 auto !important;*/
/*    padding: 10px !important;*/
/*    width: 100%;*/
/*    border: 2px solid grey !important;*/
/*    border-radius: 5px !important;*/
/*}*/

@media screen and (max-width: 480px) {
    input {
        width: 90%
    }
}

.main-link {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #E4382A;
    border-radius: 3px;
    max-width: 470px;
    width: 100%;
}

.main-link:hover {
    opacity: .8
}

@media all and (max-width: 520px) {

    p.priceÑ {
        top: -120px;
        left: 20px
    }
}

* {
    outline: 0
}

.prod-img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}


/*.timer {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    padding: 20px;*/
/*    background: #b8433f;*/
/*    text-align: center;*/
/*    color: #ffffff;*/

/*    transition: opacity .3s;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/

/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.timer--show {*/
/*    opacity: 1;*/
/*    pointer-events: auto;*/
/*}*/

/*.timer span {*/
/*    font-size: 22px;*/
/*    color: white;*/
/*}*/

/*.timer {*/
/*    opacity: 0;*/
/*}*/

/*.timer.timer--show {*/
/*    opacity: 1;*/
/*}*/

.order_block {

    font-family: 'Arial', sans-serif;
}

.prod_img_wrapper {
    max-width: 470px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}

.wheel_input {
    padding: 10px !important;
    display: block !important;
    margin: 0 auto 20px !important;
    padding: 10px !important;
    width: 100% !important;
    border: 1px solid #919191 !important;
    border-radius: 3px !important;
    height: 54px;
    width: 100%;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    /*.wheel_input {*/
    /*    width: 90% !important;*/
    /*}*/
}

.main-link {
    display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.main-link:hover {
    opacity: 0.8;
}

.input_phone {
    position: relative;
}

.input-wrapper {
    max-width: 470px;
    margin: 0 auto;
}

/*input#phone {*/
/*    padding-left: 60px !important;*/
/*}*/

select {
    color: gray;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

b {
    font-weight: bold;
}


.order_block {
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.form-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.form-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.timer {
    padding: 10px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #E4382A;
}

.check-wrap {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    justify-content: center;
    margin-bottom: 18px;
}

.check-wrap img {
    width: 25px;
    max-width: 25px;
    margin: 0;
}

.old-price {

}

.old-price {
    font-weight: 700;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 0;
}
.new-price {
    font-weight: 700;
    font-size: 32px;
    color: #E4382A;
}

.priceс {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.security {
    max-width: 470px !important;
    width: 100%;
    display: block;
    margin-inline: auto;
}

.form-footer-text, .phone-label {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

.phone-label {
    font-size: 14px;
    text-align: left;
    margin-top: -10px;
}
















@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1560deg);
        transform: rotate(1560deg);
    }

    to {
        -webkit-transform: rotate(1560deg);
        transform: rotate(1560deg);
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1560deg);
        transform: rotate(1560deg);
    }

    to {
        -webkit-transform: rotate(1560deg);
        transform: rotate(1560deg);
    }
}

@keyframes spin {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(490deg);
    }
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.wrapper-spin {
    max-width: 1160px;
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #D5D5D5;
    border-radius: 10px
}

.wheel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left_block {
    max-width: 515px;
    width: 100%;
    margin: 0 auto
}

.lb_top {
    border-radius: 15px;
    background: #fff;
    padding: 30px 20px 30px 20px;
    position: relative
}

.lbt_text_1 {
    font-size: 26px;
    line-height: 30px;
    color: #272727
}

.lbt_text_2 {
    font-size: 18px;
    line-height: 24px;
    color: #626262;
    margin-top: 10px
}
.spin--image {
    animation: spin 4s linear;
    animation-fill-mode: forwards;
}

.spin-wrapper {
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    max-width: 510px;
    width: 100%;
    margin: 30px auto 0;
    background: #fff;
    display: inline-block
}

.wheel {
    width: 100%;
    max-width: 410px !important;
    margin: 0 auto;
    position: relative
}

.wheel img {
    max-width: 100% !important;
    width: auto;
    transition: 4s
}

.wheelcursor {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 26%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.cursor-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    /*line-height: 105px !important;*/
    position: absolute;
    left: 0;
    top: auto !important;
    bottom: auto !important;
    right: 0;
    text-align: center;
    width: 100%;
    margin: auto;
    /*align-self: center;*/
    /*justify-self: center;*/
    /*margin: auto;*/
}

.cl:after,
.content:after,
.w2_content:after,
.wrapper:after {
    content: "";
    display: block;
    clear: both
}

.wrapper_2 {
    display: none;
    /*background-color: #eaf1fe;*/
    margin-bottom: 60px;
    border-radius: 15px
}

.w2_content {
    padding: 45px 60px 15px
}

.w2_right {
    max-width: 325px;
    width: 100%;
    margin: 0 auto
}

.w2_head {
    position: relative;
    min-height: 90px;
    font-size: 30px;
    line-height: 41px;
    font-family: Heading-Pro-Regular;
    color: #1000ff;
    margin-bottom: 10px
}

.w2_head>span {
    display: block;
    margin-top: 6px;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    color: #818181;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.w2r_text {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin: 30px 0 15px
}

.w2f_input {
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #767676;
    font-size: 17px;
    color: #000
}

.w2_address {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 0;
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px
}

.fireworks {
    display: none;
    position: fixed;
    top: -115px;
    left: 0;
    z-index: 1000000;
    height: 100vh;
    width: 100vw
}
.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
}
.pop-up-layer {
    position: fixed!important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 99 !important;
}
.pop-up-layer-show {
    display: block;
}
.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #ffffff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background-color: rgb(113, 195, 65);
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }
    30% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}
.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.pop-up-button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: rgb(113, 195, 65);
    color: rgb(255, 255, 255) !important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
}
.pop-up-button:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.super-rotation {
    animation-name: super-rotation;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out
}

/* .form-submit-btn {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background-image: linear-gradient(to bottom, #00d900, #006d00);
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
} */

.form-submit-btn:disabled {
    width: 259px;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 30px;
    box-shadow: 0 4px 3px #242120;
    background: rgb(128, 128, 128);
    color: #fff;
    font-weight: 700;
}

.form-submit-btn {
    width: 259px;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    font-size: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: rgb(29, 174, 26);
    color: #fff;
    font-weight: 700;
    transition: background .3s;
    cursor: pointer;
}

.form-submit-btn:hover:enabled {
    background: rgb(24, 184, 21);
    transition: background .3s
}

.form-submit-btn:active:enabled  {
    transform: translateY(2px);
    box-shadow: none
}

.checkbox:checked ~ .form-submit-btn{
    background: rgb(82, 82, 82);
}

@media(min-width:320px) {
    .w2_content {
        padding: 25px 15px 15px
    }

    .w2_head {
        font-size: 20px;
        line-height: 20px
    }

    .form-product-img {
        width: 80%;
        margin-bottom: 20px
    }

    .cursor-text {
        top: -15px
    }
}

@media(min-width:521px) {
    .cursor-text {
        top: 9px;
        font-size: 16px
    }
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.w2_head>span.price {
    font-size: 30px;
    font-weight: 700;
    color: #00b900;
    margin-top: 25px;
    margin-bottom: 25px
}


/* @-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
} */

.spin-wrapper {
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
}

.wheel {
    max-width: 410px !important;
    margin: 0 auto;
    position: relative;
}

.wheel-img {
    max-width: 100%;
}

.wheel img {
    max-width: 100% !important;
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 26%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wheelcursor {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

@media all and (max-width: 520px) {
    .wheel {
        width: 260px !important;
    }

    .cursor-text {
        /*line-height: 74px !important;*/
        font-size: 12px !important;
    }
}

@media screen and (max-width: 345px) {
    .wheel {
        width: 250px !important;
    }

    .cursor-text {
        /*line-height: 74px !important;*/
        font-size: 11px !important;
    }
}

.spin-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    text-transform: uppercase;
    max-width: 430px;
}













.alert {
    font-family: "Roboto", sans-serif;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    max-width: 90%;
    background: #F7F7F7;
    box-shadow: 2px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 400;
    font-size: 16px;
    line-height: 135%;
}

.alert--show {
    opacity: 1;
    pointer-events: auto;
}

.alert__img {
    max-height: 50px;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
    width: auto;
}

.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red;
}


.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red
}

@media (max-width: 767.98px) {
    .alert-offer {
        margin-bottom: 15px
    }
}